home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.freedesktop.policykit.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-01-08  |  1.8 KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5. <policyconfig>
  6.   <vendor>The PolicyKit Project</vendor>
  7.   <vendor_url>http://hal.freedesktop.org/docs/PolicyKit/</vendor_url>
  8.  
  9.   <action id="org.freedesktop.policykit.read">
  10.     <description>Read authorizations of other users</description>
  11.     <message>Authentication is required to read authorizations of other users</message>
  12.     <defaults>
  13.       <allow_any>no</allow_any>
  14.       <allow_inactive>no</allow_inactive>
  15.       <allow_active>auth_admin_keep_always</allow_active>
  16.     </defaults>
  17.   </action>
  18.  
  19.   <action id="org.freedesktop.policykit.revoke">
  20.     <description>Revoke authorizations from other users</description>
  21.     <message>Authentication is required to revoke authorizations other users</message>
  22.     <defaults>
  23.       <allow_any>no</allow_any>
  24.       <allow_inactive>no</allow_inactive>
  25.       <allow_active>auth_admin_keep_always</allow_active>
  26.     </defaults>
  27.   </action>
  28.  
  29.   <action id="org.freedesktop.policykit.grant">
  30.     <description>Grant authorizations to other users</description>
  31.     <message>Authentication is required to grant authorizations to other users</message>
  32.     <defaults>
  33.       <allow_any>no</allow_any>
  34.       <allow_inactive>no</allow_inactive>
  35.       <allow_active>auth_admin_keep_always</allow_active>
  36.     </defaults>
  37.   </action>
  38.  
  39.   <action id="org.freedesktop.policykit.modify-defaults">
  40.     <description>Modify defaults for implicit authorizations</description>
  41.     <message>Authentication is required to modify the defaults for implicit authorizations</message>
  42.     <defaults>
  43.       <allow_any>no</allow_any>
  44.       <allow_inactive>no</allow_inactive>
  45.       <allow_active>auth_admin_keep_always</allow_active>
  46.     </defaults>
  47.   </action>
  48.  
  49. </policyconfig>